Skip to content

Conversation

@breskeby
Copy link
Contributor

@breskeby breskeby commented Oct 8, 2025

Update Gradle wrapper to 9.2.0

@breskeby breskeby requested a review from a team as a code owner October 8, 2025 06:52
@elasticsearchmachine elasticsearchmachine added needs:triage Requires assignment of a team area label v9.3.0 labels Oct 8, 2025
@breskeby breskeby added :Delivery/Build Build or test infrastructure :Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts Team:Delivery Meta label for Delivery team >non-issue and removed needs:triage Requires assignment of a team area label labels Oct 8, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

@breskeby breskeby force-pushed the update-gradle-wrapper-920 branch from 7ee7dac to 9c5d2b2 Compare October 8, 2025 11:49
@elasticsearchmachine elasticsearchmachine added the serverless-linked Added by automation, don't add manually label Oct 8, 2025
@breskeby breskeby force-pushed the update-gradle-wrapper-920 branch from 9c5d2b2 to 06531b8 Compare October 14, 2025 12:43
@breskeby breskeby changed the title Update Gradle wrapper to 9.2.0-rc-1 Update Gradle wrapper to 9.2.0-rc-2 Oct 20, 2025
@breskeby breskeby force-pushed the update-gradle-wrapper-920 branch from db1615c to 4c356fb Compare November 11, 2025 07:58
@breskeby breskeby changed the title Update Gradle wrapper to 9.2.0-rc-2 Update Gradle wrapper to 9.2.0 Nov 11, 2025
destinationDirectory.set(layout.buildDirectory.dir("distributions"));

dependsOn gradle.includedBuild('build-tools').task(':zipElasticPublication')
from(zipTree(gradle.includedBuild('build-tools').task(':zipElasticPublication').resolveTask().archiveFile.get()))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolveTask is not available anymore (private api). therefore we use a less generic solution now by passing the full path.


@Override
public void apply(Project project) {
project.getPlugins().apply(JavaPlugin.class);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

javaPluginExtension.registerFeature that is done in InternalTestArtifactExtension requires now the java plugin to be applied. this is why we add the java plugin here.

@breskeby breskeby force-pushed the update-gradle-wrapper-920 branch from 4c356fb to f384352 Compare November 11, 2025 10:39
@breskeby breskeby merged commit c35bf98 into elastic:main Nov 13, 2025
35 checks passed
breskeby added a commit to breskeby/elasticsearch that referenced this pull request Nov 13, 2025
* Fix deprecation about registerFeature for without java plugin applied
* Fix usage of internal api
* Fix test artifact requirements for serverless

(cherry picked from commit c35bf98)
breskeby added a commit to breskeby/elasticsearch that referenced this pull request Nov 13, 2025
* Fix deprecation about registerFeature for without java plugin applied
* Fix usage of internal api
* Fix test artifact requirements for serverless

(cherry picked from commit c35bf98)
@breskeby
Copy link
Contributor Author

💔 Some backports could not be created

Status Branch Result
9.2
9.1
8.19 An unhandled error occurred. Please see the logs for details

Manual backport

To create the backport manually run:

backport --pr 136155

Questions ?

Please refer to the Backport tool documentation

breskeby added a commit to breskeby/elasticsearch that referenced this pull request Nov 13, 2025
* Fix deprecation about registerFeature for without java plugin applied
* Fix usage of internal api
* Fix test artifact requirements for serverless

(cherry picked from commit c35bf98)
breskeby added a commit to breskeby/elasticsearch that referenced this pull request Nov 13, 2025
* Fix deprecation about registerFeature for without java plugin applied
* Fix usage of internal api
* Fix test artifact requirements for serverless

(cherry picked from commit c35bf98)
@breskeby
Copy link
Contributor Author

💚 All backports created successfully

Status Branch Result
9.2
9.1

Questions ?

Please refer to the Backport tool documentation

breskeby added a commit to breskeby/elasticsearch that referenced this pull request Nov 13, 2025
* Fix deprecation about registerFeature for without java plugin applied
* Fix usage of internal api
* Fix test artifact requirements for serverless

(cherry picked from commit c35bf98)

# Conflicts:
#	x-pack/plugin/downsample/qa/rest/build.gradle
#	x-pack/plugin/eql/qa/rest/build.gradle
#	x-pack/plugin/esql/qa/server/multi-node/build.gradle
@breskeby
Copy link
Contributor Author

💚 All backports created successfully

Status Branch Result
8.19

Questions ?

Please refer to the Backport tool documentation

szybia added a commit to szybia/elasticsearch that referenced this pull request Nov 13, 2025
…-json

* upstream/main: (158 commits)
  Cleanup files from repo root folder (elastic#138030)
  Implement OpenShift AI integration for chat completion, embeddings, and reranking (elastic#136624)
  Optimize AsyncSearchErrorTraceIT to avoid failures (elastic#137716)
  Removes support for null TransportService in RemoteClusterService (elastic#137939)
  Mute org.elasticsearch.index.mapper.DateFieldMapperTests testSortShortcuts elastic#138018
  rest-api-spec: fix type of enums (elastic#137521)
  Update Gradle wrapper to 9.2.0 (elastic#136155)
  Add RCS Strong Verification Documentation (elastic#137822)
  Use docvalue skippers on dimension fields (elastic#137029)
  Introduce INDEX_SHARD_COUNT_FORMAT (elastic#137210)
  Mute org.elasticsearch.xpack.inference.integration.AuthorizationTaskExecutorIT testCreatesChatCompletion_AndThenCreatesTextEmbedding elastic#138012
  Fix ES|QL search context creation to use correct results type (elastic#137994)
  Improve Snapshot Logging (elastic#137470)
  Support extra output field in TOP function (elastic#135434)
  Remove NumericDoubleValues class (elastic#137884)
  [ML] Fix ML calendar event update scalability issues (elastic#136886)
  Task may be unregistered outside of the trace context in exceptional cases. (elastic#137865)
  Refine workaround for S3 repo analysis known issue (elastic#138000)
  Additional DEBUG logging on authc failures (elastic#137941)
  Cleanup index resolution (elastic#137867)
  ...
breskeby added a commit that referenced this pull request Nov 14, 2025
* Update Gradle wrapper to 9.2.0 (#136155)

* Fix deprecation about registerFeature for without java plugin applied
* Fix usage of internal api
* Fix test artifact requirements for serverless

(cherry picked from commit c35bf98)

* Delete jira-projects.json
breskeby added a commit that referenced this pull request Nov 14, 2025
* Update Gradle wrapper to 9.2.0 (#136155)

* Fix deprecation about registerFeature for without java plugin applied
* Fix usage of internal api
* Fix test artifact requirements for serverless

(cherry picked from commit c35bf98)

* Delete jira-projects.json
breskeby added a commit that referenced this pull request Nov 14, 2025
* Fix deprecation about registerFeature for without java plugin applied
* Fix usage of internal api
* Fix test artifact requirements for serverless

(cherry picked from commit c35bf98)

# Conflicts:
#	x-pack/plugin/downsample/qa/rest/build.gradle
#	x-pack/plugin/eql/qa/rest/build.gradle
#	x-pack/plugin/esql/qa/server/multi-node/build.gradle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Delivery/Build Build or test infrastructure :Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts >non-issue serverless-linked Added by automation, don't add manually Team:Delivery Meta label for Delivery team v8.19.8 v9.1.8 v9.2.2 v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants